From 6f3db04730a8ab1ac4424d90d322230fc54de568 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 10 Feb 2003 11:00:01 +0000 Subject: [PATCH] (Fstring_to_multibyte): Fix typo in the docstring. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index 0e65055a405..871c6dcb618 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1175,7 +1175,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'. */) DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, 1, 1, 0, doc: /* Return a multibyte string with the same individual chars as STRING. -If STRING is multibyte, the resutl is STRING itself. +If STRING is multibyte, the result is STRING itself. Otherwise it is a newly created string, with no text properties. Characters 0200 through 0237 are converted to eight-bit-control characters of the same character code. Characters 0240 through 0377 -- 2.30.2